tests: rename logging test source
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 8 Jun 2022 02:48:42 +0000 (14:48 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 17 Jun 2022 01:28:30 +0000 (01:28 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/util/tests/test_logging.c [moved from lib/util/tests/test_s4_logging.c with 100% similarity]
lib/util/wscript_build

index e21cf9622714fc2e80e8124275a22368bbd8d057..5b5a3d23906a57159e7fc69e005630601455cefe 100644 (file)
@@ -369,7 +369,7 @@ else:
                      for_selftest=True)
 
     bld.SAMBA_BINARY('test_s4_logging',
-                     source='tests/test_s4_logging.c',
+                     source='tests/test_logging.c',
                      deps=' '.join(['CMDLINE_S4',
                                     'samba-util',
                                     'popt']),
@@ -377,7 +377,7 @@ else:
                      for_selftest=True)
 
     bld.SAMBA_BINARY('test_s3_logging',
-                     source='tests/test_s4_logging.c',
+                     source='tests/test_logging.c',
                      deps=' '.join(['CMDLINE_S3',
                                     'samba-util',
                                     'popt']),