]> rtime.felk.cvut.cz Git - frescor/fosa.git/blob - src_marte/tests/test_non_local_jump/Makefile
First running version of FOSA long_jump testbench
[frescor/fosa.git] / src_marte / tests / test_non_local_jump / Makefile
1 include ../../../config.mk
2 include ../../../rules.mk
3
4 LDFLAGS += frsh_error.o $(FOSA_PATH)/marte_non_local_jump/non_local_jump.o
5
6 CFLAGS += -I$(FRSH_PATH)/src_ads  # Quick hack for frsh_error
7
8 frsh_error.o:  frsh_error.c
9
10 testbench_long_jump.exe:  testbench_long_jump.c frsh_error.o
11
12 test_fosa_long_jump.exe:  test_fosa_long_jump.c frsh_error.o
13
14
15