summaryrefslogtreecommitdiffstats
path: root/test/native/make.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-14 09:05:49 +0100
committerSven Gothel <[email protected]>2010-11-14 09:05:49 +0100
commitdeeb2ee63d3765336325c095a22f494e2f6bfe5b (patch)
treedf99175dab4df0c0f9bc591a24f7d48174327848 /test/native/make.sh
parent83d3a3f2ea8dc328e621b3abbe671f46379c7e65 (diff)
Simple native context tests to verify against a simple native application
Diffstat (limited to 'test/native/make.sh')
-rwxr-xr-xtest/native/make.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/native/make.sh b/test/native/make.sh
index 2552eddb0..20bd49e4a 100755
--- a/test/native/make.sh
+++ b/test/native/make.sh
@@ -2,3 +2,5 @@
gcc -o displayMultiple01 displayMultiple01.c -lX11 -lGL
gcc -o displayMultiple02 displayMultiple02.c -lX11 -lGL
+gcc -o glExtensionsListGL2 glExtensionsListGL2.c -lX11 -lGL
+gcc -o glExtensionsListGL3 glExtensionsListGL3.c -lX11 -lGL