Skip to content

Commit

Permalink
rename TARGET to TEST_FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Oct 10, 2024
1 parent 468a0be commit 05fe153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ apx: apx.cpp $(XBYAK_INC)
avx10_test: avx10_test.cpp $(XBYAK_INC)
$(CXX) $(CFLAGS) avx10_test.cpp -o $@ -DXBYAK64

TARGET=avx10.txt
TEST_FILES=avx10.txt misc.txt
xed_test:
@for target in $(addprefix target/, $(TARGET)); do ./test_by_xed.sh $$target; done
@for target in $(addprefix target/, $(TEST_FILES)); do ./test_by_xed.sh $$target; done

test_nm: normalize_prefix $(TARGET)
$(MAKE) -C ../gen
Expand Down

0 comments on commit 05fe153

Please sign in to comment.