| commit | edb9ed5e64b2e421ebf47f9f9e807aa2c9ca0baa | [log] [tgz] |
|---|---|---|
| author | Tomasz Michalak <tmichalak@antmicro.com> | Tue Oct 06 14:56:49 2020 +0200 |
| committer | Tomasz Michalak <tmichalak@antmicro.com> | Wed Oct 07 15:57:39 2020 +0200 |
| tree | 943839eed3e1742ab722068cf8b7d7ac17344ab0 | |
| parent | c8678cde7d07ea5503c2ea6c0915ab3eb578f5ce [diff] |
Fasm plugin: Use common plugin test Makefile Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
diff --git a/fasm-plugin/tests/Makefile b/fasm-plugin/tests/Makefile index f5ddc62..320dfcf 100644 --- a/fasm-plugin/tests/Makefile +++ b/fasm-plugin/tests/Makefile
@@ -1,6 +1 @@ -TESTS = dummy - -all: $(TESTS) - -dummy: - @echo $@ PASS +include $(shell pwd)/../../Makefile_test.common