From ddb75279090160efd737f8c8301634d02967a2a7 Mon Sep 17 00:00:00 2001 From: telleriam Date: Thu, 15 Nov 2007 16:42:57 +0000 Subject: [PATCH] Fixing Makefiles for individual tests git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@856 35b4ef3e-fd22-0410-ab77-dab3279adceb --- src_marte/tests/test_clock_and_timers/Makefile | 4 ++-- src_marte/tests/test_fosa_ads/Makefile | 12 ++++++++++++ src_marte/tests/test_queue_signal_fosa/Makefile | 12 ++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 src_marte/tests/test_fosa_ads/Makefile create mode 100644 src_marte/tests/test_queue_signal_fosa/Makefile diff --git a/src_marte/tests/test_clock_and_timers/Makefile b/src_marte/tests/test_clock_and_timers/Makefile index 1a19eb7..529e02a 100644 --- a/src_marte/tests/test_clock_and_timers/Makefile +++ b/src_marte/tests/test_clock_and_timers/Makefile @@ -1,5 +1,5 @@ -include ../../config.mk -include ../../rules.mk +include ../../../config.mk +include ../../../rules.mk test_fosa_long_jump.exe: test_fosa_long_jump.o $(FOSA_PATH)/lib/libfosa_$(PLATFORM).a $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o diff --git a/src_marte/tests/test_fosa_ads/Makefile b/src_marte/tests/test_fosa_ads/Makefile new file mode 100644 index 0000000..529e02a --- /dev/null +++ b/src_marte/tests/test_fosa_ads/Makefile @@ -0,0 +1,12 @@ +include ../../../config.mk +include ../../../rules.mk + + +test_fosa_long_jump.exe: test_fosa_long_jump.o $(FOSA_PATH)/lib/libfosa_$(PLATFORM).a $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o + $(CC) -L$(FOSA_PATH)/lib $< -lfosa_$(PLATFORM) $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o -o $@ + + +simple_test_non_local_jump.exe: simple_test_non_local_jump.o $(FOSA_PATH)/lib/libfosa_$(PLATFORM).a $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o + $(CC) -L$(FOSA_PATH)/lib $< -lfosa_$(PLATFORM) $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o -o $@ + + diff --git a/src_marte/tests/test_queue_signal_fosa/Makefile b/src_marte/tests/test_queue_signal_fosa/Makefile new file mode 100644 index 0000000..529e02a --- /dev/null +++ b/src_marte/tests/test_queue_signal_fosa/Makefile @@ -0,0 +1,12 @@ +include ../../../config.mk +include ../../../rules.mk + + +test_fosa_long_jump.exe: test_fosa_long_jump.o $(FOSA_PATH)/lib/libfosa_$(PLATFORM).a $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o + $(CC) -L$(FOSA_PATH)/lib $< -lfosa_$(PLATFORM) $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o -o $@ + + +simple_test_non_local_jump.exe: simple_test_non_local_jump.o $(FOSA_PATH)/lib/libfosa_$(PLATFORM).a $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o + $(CC) -L$(FOSA_PATH)/lib $< -lfosa_$(PLATFORM) $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o -o $@ + + -- 2.39.2