Skip to content

Commit

Permalink
Add test4 to make test
Browse files Browse the repository at this point in the history
  • Loading branch information
DQNEO committed Jul 6, 2023
1 parent 59e373d commit 9fa1c0b
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 @@ -5,7 +5,7 @@ goas: $(GO_SOURCES)

.PHONY: test
# Check /etc/os-release to prevent non-linux from running this
test: /etc/os-release test1 test2 test3
test: /etc/os-release test1 test2 test3 test4

T1_SOURCES = $(wildcard t1/*.s)
T1_GNU_OBJS = $(T1_SOURCES:t1/%.s=out1/%.gnu.o)
Expand Down

0 comments on commit 9fa1c0b

Please sign in to comment.