diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-05 23:13:42 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-05 23:13:42 +0300 |
| commit | 1a2ff9a1e5b91b7e307246ed2f4b898f1e179806 (patch) | |
| tree | 6da407851e3b01fadd1ffba64fbdffce71dab68a /tests/simple_riscv32/source.mk | |
| parent | 79f67d5ca820b663e9e5682aaaad07118fdbfad8 (diff) | |
| download | gran-1a2ff9a1e5b91b7e307246ed2f4b898f1e179806.tar.gz gran-1a2ff9a1e5b91b7e307246ed2f4b898f1e179806.zip | |
add async packets
Diffstat (limited to 'tests/simple_riscv32/source.mk')
| -rw-r--r-- | tests/simple_riscv32/source.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/simple_riscv32/source.mk b/tests/simple_riscv32/source.mk new file mode 100644 index 0000000..736c111 --- /dev/null +++ b/tests/simple_riscv32/source.mk @@ -0,0 +1,6 @@ +RV32_TEST_OBJ != ./scripts/gen-deps --sources "tests/simple_riscv32/sim.c" + +TEST_PROGS += build/tests/simple_riscv32/sim + +build/tests/simple_riscv32/sim: $(RV32_TEST_OBJ) $(TEST_OBJS) $(OBJS) + $(COMPILE) $(RV32_TEST_OBJ) $(TEST_OBJS) $(OBJS) -o $@ |
