Skip to content

Commit

Permalink
Merge pull request #174 from taiga-project/feature-166
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
matyasaradi authored Jan 13, 2024
2 parents 4fc9171 + cca24df commit d57854c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(OBJ)/basic_functions.o: src/utils/basic_functions.c $(OBJ)
$(GCC) $(TEST_FLAGS) -w -Isrc -Iinclude -Itests -I$utils -c $< -o $@

test_init: tests | $(BIN)
$(NVCC) $(CFLAGS) $(TEST_FLAGS) -o $(BIN)/test_init.exe tests/test_taiga_init.cu
$(NVCC) $(CFLAGS) $(DEFAULT_FLAGS) -o $(BIN)/test_init.exe tests/test_taiga_init.cu

test_framework: tests | $(BIN)
$(GCC) $(TEST_FLAGS) -o $(BIN)/test_framework.exe tests/taiga_test_example.c
Expand All @@ -55,7 +55,7 @@ $(OBJ)/example_solvers.o: example/solvers/export_solver.c $(OBJ)
$(GCC) $(TEST_FLAGS) -w -Isrc -Iinclude -Itests -c $< -lm -o $@

field: tests | $(BIN)
$(NVCC) $(CFLAGS) $(TEST_FLAGS) -o $(BIN)/test_field.exe tests/test_field.cu
$(NVCC) $(CFLAGS) $(DEFAULT_FLAGS) -o $(BIN)/test_field.exe tests/test_field.cu

$(OBJ):
mkdir $@
Expand Down

0 comments on commit d57854c

Please sign in to comment.