diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-09-22 22:45:18 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-09-22 22:45:18 +0300 |
| commit | b1d67364b4b4832b8efed112f7b0ead1a0b3cd3b (patch) | |
| tree | 7926bfb428703515438c08b98c61cbffd34b3cbb /tests/simple_grid/source.mk | |
| parent | 32f9719e29762001f73460acd31f2a6da8fd6298 (diff) | |
| download | gran-b1d67364b4b4832b8efed112f7b0ead1a0b3cd3b.tar.gz gran-b1d67364b4b4832b8efed112f7b0ead1a0b3cd3b.zip | |
start experimenting with processor grids
Diffstat (limited to 'tests/simple_grid/source.mk')
| -rw-r--r-- | tests/simple_grid/source.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/simple_grid/source.mk b/tests/simple_grid/source.mk new file mode 100644 index 0000000..e2dd442 --- /dev/null +++ b/tests/simple_grid/source.mk @@ -0,0 +1,6 @@ +GRID_TEST_OBJ != ./scripts/gen-deps --sources "tests/simple_grid/sim.c" + +TEST_PROGS += build/tests/simple_grid/sim + +build/tests/simple_grid/sim: $(GRID_TEST_OBJ) $(OBJS) + $(COMPILE) $(GRID_TEST_OBJ) $(OBJS) -o $@ |
