summaryrefslogtreecommitdiff
path: root/test/test.mk
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2012-06-25 09:58:09 -0700
committerYaowu Xu <yaowu@google.com>2012-06-26 09:50:20 -0700
commita742a736550c4fc1120c06832749bced0a209e1b (patch)
tree81157e714cf3675de25889405003a1dd645ad323 /test/test.mk
parent9c9d6743d460da1bfb88af66bf43597ae6927af3 (diff)
downloadlibvpx-a742a736550c4fc1120c06832749bced0a209e1b.tar
libvpx-a742a736550c4fc1120c06832749bced0a209e1b.tar.gz
libvpx-a742a736550c4fc1120c06832749bced0a209e1b.tar.bz2
libvpx-a742a736550c4fc1120c06832749bced0a209e1b.zip
Enable unit test framework in experimental branch.
Change-Id: I27c98025b2857e2911005a52dd57c46e2524e815
Diffstat (limited to 'test/test.mk')
-rw-r--r--test/test.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.mk b/test/test.mk
new file mode 100644
index 000000000..bfef823bd
--- /dev/null
+++ b/test/test.mk
@@ -0,0 +1,3 @@
+LIBVPX_TEST_SRCS-yes += test.mk
+LIBVPX_TEST_SRCS-yes += boolcoder_test.cc
+LIBVPX_TEST_SRCS-yes += test_libvpx.cc