aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_riscv64/source.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_riscv64/source.mk')
-rw-r--r--tests/simple_riscv64/source.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/simple_riscv64/source.mk b/tests/simple_riscv64/source.mk
new file mode 100644
index 0000000..fbc541d
--- /dev/null
+++ b/tests/simple_riscv64/source.mk
@@ -0,0 +1,6 @@
+RV64_TEST_OBJ != ./scripts/gen-deps --sources "tests/simple_riscv64/sim.c"
+
+TEST_PROGS += build/tests/simple_riscv64/sim
+
+build/tests/simple_riscv64/sim: $(RV64_TEST_OBJ) $(TEST_OBJS) $(OBJS)
+ $(COMPILE) $(RV64_TEST_OBJ) $(TEST_OBJS) $(OBJS) -o $@