summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/gil/test/extension/io/targa/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/gil/test/extension/io/targa/Jamfile')
-rw-r--r--src/boost/libs/gil/test/extension/io/targa/Jamfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/boost/libs/gil/test/extension/io/targa/Jamfile b/src/boost/libs/gil/test/extension/io/targa/Jamfile
new file mode 100644
index 000000000..ac35f88c3
--- /dev/null
+++ b/src/boost/libs/gil/test/extension/io/targa/Jamfile
@@ -0,0 +1,22 @@
+# Boost.GIL (Generic Image Library) - IO tests
+#
+# Copyright (c) 2012 Christian Henning
+# Copyright (c) 2017 Stefan Seefeld
+# Copyright (c) 2012-2020 Mateusz Loskot <mateusz@loskot.net>
+#
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or
+# copy at http://www.boost.org/LICENSE_1_0.txt)
+
+import testing ;
+
+project
+ : requirements
+ <library>/boost/filesystem//boost_filesystem
+ ;
+
+run targa_test.cpp ;
+run targa_read_test.cpp ;
+run targa_write_test.cpp ;
+
+run targa_old_test.cpp ;