summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp04
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/sp04')
-rw-r--r--c/src/ada-tests/sptests/sp04/Makefile.am4
-rw-r--r--c/src/ada-tests/sptests/sp04/config.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/ada-tests/sptests/sp04/Makefile.am b/c/src/ada-tests/sptests/sp04/Makefile.am
index 4934e421bd..5eef5f6aa0 100644
--- a/c/src/ada-tests/sptests/sp04/Makefile.am
+++ b/c/src/ada-tests/sptests/sp04/Makefile.am
@@ -1,5 +1,7 @@
## $Id$
+VPATH = @srcdir@:@srcdir@/../../support
+
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
@@ -12,7 +14,7 @@ endif
sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads
-sp04$(EXEEXT): sp04.adb
+sp04$(EXEEXT): sp04.adb init.o
$(GNATCOMPILE) -margs -a $< -o $@
EXTRA_DIST = sp04.scn
diff --git a/c/src/ada-tests/sptests/sp04/config.h b/c/src/ada-tests/sptests/sp04/config.h
index 8a9352ccc9..dc9e15e9ce 100644
--- a/c/src/ada-tests/sptests/sp04/config.h
+++ b/c/src/ada-tests/sptests/sp04/config.h
@@ -31,6 +31,8 @@
#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20
#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10
+#define CONFIGURE_MAXIMUM_TASKS 4
+
#include <confdefs.h>
/* end of include file */