]> source.dussan.org Git - tigervnc.git/commit
Split test programs to benchmarking and unit tests
authorPierre Ossman <ossman@cendio.se>
Mon, 9 Sep 2019 10:48:25 +0000 (12:48 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 25 Sep 2019 13:50:07 +0000 (15:50 +0200)
commit94de4dd0c46483477706002e128a61f74278c0f6
tree7e51c88049452f0a46faa54177ffd96dc2903efb
parentd06906db59a6aa6434a5dd602b8d3c987d291ca8
Split test programs to benchmarking and unit tests

They have very different purpose, so make things easier to work
with by having multiple directories.
31 files changed:
tests/CMakeLists.txt
tests/conv.cxx [deleted file]
tests/convperf.cxx [deleted file]
tests/decperf.cxx [deleted file]
tests/encperf.cxx [deleted file]
tests/fbperf.cxx [deleted file]
tests/hostport.cxx [deleted file]
tests/perf/CMakeLists.txt [new file with mode: 0644]
tests/perf/convperf.cxx [new file with mode: 0644]
tests/perf/decperf.cxx [new file with mode: 0644]
tests/perf/encperf.cxx [new file with mode: 0644]
tests/perf/fbperf.cxx [new file with mode: 0644]
tests/perf/results/multicore/README [new file with mode: 0644]
tests/perf/results/multicore/multicore.ods [new file with mode: 0644]
tests/perf/results/notrans/README [new file with mode: 0644]
tests/perf/results/notrans/armhf.csv [new file with mode: 0644]
tests/perf/results/notrans/i386.csv [new file with mode: 0644]
tests/perf/results/notrans/x86_64.csv [new file with mode: 0644]
tests/perf/util.cxx [new file with mode: 0644]
tests/perf/util.h [new file with mode: 0644]
tests/results/multicore/README [deleted file]
tests/results/multicore/multicore.ods [deleted file]
tests/results/notrans/README [deleted file]
tests/results/notrans/armhf.csv [deleted file]
tests/results/notrans/i386.csv [deleted file]
tests/results/notrans/x86_64.csv [deleted file]
tests/unit/CMakeLists.txt [new file with mode: 0644]
tests/unit/conv.cxx [new file with mode: 0644]
tests/unit/hostport.cxx [new file with mode: 0644]
tests/util.cxx [deleted file]
tests/util.h [deleted file]