From 3e8f678e481083d294b760c55df0045f0bb7aa09 Mon Sep 17 00:00:00 2001 From: theMackabu Date: Tue, 9 Dec 2025 00:32:12 -0800 Subject: [PATCH] move tests --- meson.build | 2 +- test_define_property.js => tests/test_define_property.js | 0 .../test_define_property_edge_cases.js | 0 .../test_define_property_simple.js | 0 .../test_define_property_strict.js | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename test_define_property.js => tests/test_define_property.js (100%) rename test_define_property_edge_cases.js => tests/test_define_property_edge_cases.js (100%) rename test_define_property_simple.js => tests/test_define_property_simple.js (100%) rename test_define_property_strict.js => tests/test_define_property_strict.js (100%) diff --git a/meson.build b/meson.build index 9e9f005..50e0915 100644 --- a/meson.build +++ b/meson.build @@ -74,7 +74,7 @@ endif build_date = run_command('date', '+%Y-%m-%d', check: true).stdout().strip() version_conf = configuration_data() -version_conf.set('ANT_VERSION', '0.0.8.1') +version_conf.set('ANT_VERSION', '0.0.8.2') version_conf.set('ANT_GIT_HASH', git_hash) version_conf.set('ANT_BUILD_DATE', build_date) diff --git a/test_define_property.js b/tests/test_define_property.js similarity index 100% rename from test_define_property.js rename to tests/test_define_property.js diff --git a/test_define_property_edge_cases.js b/tests/test_define_property_edge_cases.js similarity index 100% rename from test_define_property_edge_cases.js rename to tests/test_define_property_edge_cases.js diff --git a/test_define_property_simple.js b/tests/test_define_property_simple.js similarity index 100% rename from test_define_property_simple.js rename to tests/test_define_property_simple.js diff --git a/test_define_property_strict.js b/tests/test_define_property_strict.js similarity index 100% rename from test_define_property_strict.js rename to tests/test_define_property_strict.js -- 2.51.2