From 0e0b4671b13aebaee15d27782b3597fd469c4ca1 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Thu, 27 Sep 2018 13:49:30 +0900 Subject: [PATCH] README: Add docs for running testsuite Change-Id: Ifcbdaf1a2aecd1b61e43faf9bac603d6d1151400 --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.txt b/README.txt index 957c3db..0dfc8a7 100644 --- a/README.txt +++ b/README.txt @@ -12,3 +12,9 @@ BUILD EXAMPLES 1. meson configure -Dexample=true 2. ninja 3. to run examples invoke ./build/example/demo, etc. + +RUN TESTS +========= +1. meson configure -Dtest=true +2. ninja +3. invoke testsuites as ./build/test/animationTestSuite and ./build/test/vectorTestSuite -- 2.34.1