From fc81e2734ccc293f9d2755b700e8b437ee624560 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 16 Aug 2020 13:01:52 +0200
Subject: Move Env tests to a separate file

---
 wscript | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'wscript')

diff --git a/wscript b/wscript
index 71ce6e09..92bede8a 100644
--- a/wscript
+++ b/wscript
@@ -211,6 +211,7 @@ def build(bld):
 
         # Test programs
         for prog in [('serdi_static', 'src/serdi.c'),
+                     ('env_test', 'tests/env_test.c'),
                      ('read_chunk_test', 'tests/read_chunk_test.c'),
                      ('serd_test', 'tests/serd_test.c')]:
             bld(features     = 'c cprogram',
@@ -533,6 +534,7 @@ def test(tst):
     srcdir = tst.path.abspath()
 
     with tst.group('Unit') as check:
+        check(['./env_test'])
         check(['./read_chunk_test'])
         check(['./serd_test'])
 
-- 
cgit v1.2.1