Mercurial > ecos
diff packages/devs/watchdog/current/tests/PKGconf.mak @ 34:29bc183297e1 ecos-sw-1999-09-02
Merge from eCos master repository on 1999-09-02-16:26:10-BST
| author | jlarmour |
|---|---|
| date | Thu, 02 Sep 1999 16:11:22 +0000 |
| parents | 443894e2e912 |
| children | e97d78785e2d |
line wrap: on
line diff
--- a/packages/devs/watchdog/current/tests/PKGconf.mak +++ b/packages/devs/watchdog/current/tests/PKGconf.mak @@ -33,6 +33,11 @@ include ../../../../pkgconf/pkgconf.mak TESTS := watchdog +# Invoke make with RUN_BY_HAND=1 as argument +ifdef RUN_BY_HAND +TESTS += watchdog_reset +endif + include $(COMPONENT_REPOSITORY)/pkgconf/makrules.tst
