diff packages/kernel/current/tests/PKGconf.mak @ 16:4f2df4ab82c8 ecos-sw-1999-06-18

Merge from eCos master repository on 1999-06-18-15:25:04-BST
author jlarmour
date Fri, 18 Jun 1999 07:59:09 +0000
parents 4cc3eff958ab
children 306eee292492
line wrap: on
line diff
--- a/packages/kernel/current/tests/PKGconf.mak
+++ b/packages/kernel/current/tests/PKGconf.mak
@@ -39,7 +39,8 @@ TESTS	      := bin_sem0 bin_sem1 bin_sem
 		 kthread0 kthread1 mbox1 memfix1 memfix2 memvar1 memvar2\
 		 mutex0 mutex1 mutex2 sched1 sync2 sync3 \
 		 thread0 thread1 thread2 release kill thread_gdb \
-		 tm_basic
+		 tm_basic dhrystone
+
 ifndef CYG_HAL_ARM
 TESTS	+= kcache1 kcache2
 endif
@@ -48,5 +49,4 @@ ifndef CYGPKG_HAL_ARM_AEB
 TESTS   += stress_threads
 endif
 
-
 include $(COMPONENT_REPOSITORY)/pkgconf/makrules.tst