diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-05-28 13:41:35 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-06-05 16:05:43 -0400 |
commit | 8b09ef7b6370800a1a9fd6f067abf1aaab5d6cfa (patch) | |
tree | a0909172988a45853287a3bb1fd2b26cd84e412f /src/qt/test/Makefile | |
parent | be4e9aeb148420317109d173d7fb3bc56b37f434 (diff) |
build: add stub makefiles for easier subdir builds
Diffstat (limited to 'src/qt/test/Makefile')
-rw-r--r-- | src/qt/test/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qt/test/Makefile b/src/qt/test/Makefile new file mode 100644 index 0000000000..a02f86b62a --- /dev/null +++ b/src/qt/test/Makefile @@ -0,0 +1,6 @@ +all: + $(MAKE) -C ../../ test_bitcoin_qt +clean: + $(MAKE) -C ../../ test_bitcoin_qt_clean +check: + $(MAKE) -C ../../ test_bitcoin_qt_check |