summaryrefslogtreecommitdiffstats
path: root/client/tests/controller_test/build
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2010-10-25 13:28:49 +0200
committerArnon Gilboa <agilboa@redhat.com>2010-10-25 13:28:49 +0200
commitd9ea4242b13d2014c68f735cc9f77fc63066592b (patch)
tree1d0024b8e81371007aa22970fe61133a2d71c0b9 /client/tests/controller_test/build
parent429fae02ba60d1b55b73617688f4bdb94e830d8e (diff)
downloadspice-d9ea4242b13d2014c68f735cc9f77fc63066592b.tar.gz
spice-d9ea4242b13d2014c68f735cc9f77fc63066592b.tar.xz
spice-d9ea4242b13d2014c68f735cc9f77fc63066592b.zip
spicec-tests: add controller_test (v2)
use chars for title & menu instead of wchars
Diffstat (limited to 'client/tests/controller_test/build')
-rwxr-xr-xclient/tests/controller_test/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/tests/controller_test/build b/client/tests/controller_test/build
new file mode 100755
index 00000000..995372f9
--- /dev/null
+++ b/client/tests/controller_test/build
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+g++ -I ../../../../spice-protocol/ -o spice_controller controller_test.cpp
+