util/u_atomic: Add a simple test.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 25 Nov 2014 14:17:29 +0000 (14:17 +0000)
committerMatt Turner <mattst88@gmail.com>
Mon, 1 Dec 2014 19:28:45 +0000 (11:28 -0800)
commitff80b92a58ef802e2721d1b51da6157be696c932
tree515a99108e566cbab3c69a3fb9900a8945138f5f
parent6df72e970c0e2794a5651f7141528baa51c0c491
util/u_atomic: Add a simple test.

It was much easier for me to verify things build and run as expected
with this simple test, than building and testing whole Mesa.

With scons the test can be build and run merely by doing:

  scons u_atomic_test

Building the test with autotools is left as a future exercise.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/util/SConscript
src/util/u_atomic_test.c [new file with mode: 0644]