Skip to content

Commit

Permalink
Fix test_amalgamation
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletXF committed May 1, 2024
1 parent 19d71b3 commit 73c77d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ amalgamate: $(BUILD_PATH)
python3 scripts/amalgamate.py $(BUILD_PATH)/bms_parser.hpp $(BUILD_PATH)/bms_parser.cpp $(SRC_FILES)
test_amalgamation: amalgamate $(BUILD_PATH)
$(CP) $(BUILD_PATH)$(SLASH)bms_parser.hpp test
$(CC) $(CCFLAGS) -DWITH_AMALGAMATION=1 -o test/test_amalgamation test/main.cpp
$(CC) $(CCFLAGS) -DWITH_AMALGAMATION=1 -o test/test_amalgamation test/main.cpp build/bms_parser.cpp
cd test && .$(SLASH)test_amalgamation$(EXE_EXT)
test: all $(BUILD_PATH)
$(CC) $(CCFLAGS) -o test/test test/main.cpp $(OBJ_FILES)
Expand Down

0 comments on commit 73c77d6

Please sign in to comment.