summaryrefslogtreecommitdiff
path: root/PACE/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/tests/Makefile')
-rw-r--r--PACE/tests/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/PACE/tests/Makefile b/PACE/tests/Makefile
index c428dada18a..e8bbac30acb 100644
--- a/PACE/tests/Makefile
+++ b/PACE/tests/Makefile
@@ -12,9 +12,8 @@ CFLAGS += -DPACE_HAS_ALL_POSIX_FUNCS
#----------------------------------------------------------------------------
BIN = Stdio_Test \
- Pthreads_Test \
- mqueue_test \
Posix_SP_Test \
+ mqueue_test
#### If the PACE library wasn't built with all components, don't
#### try to build certain tests.
@@ -28,10 +27,6 @@ PSRC=$(addsuffix .c,$(BIN))
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
ACELIB =
-ifdef VXWORKS
- ACELIB += -lPACE
- LDFLAGS += -L$(PACE_ROOT)/pace/
-endif
INCLDIRS += -I$(PACE_ROOT)
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU