• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

demo_compile/18-Mar-2025-2118

CMakeLists.txtD18-Mar-2025823 2118

README.txtD18-Mar-2025820 2214

compare_two_files.pyD18-Mar-20256.9 KiB185133

search_gxps.pyD18-Mar-20251.4 KiB3728

set_project_lib_version.pyD18-Mar-20252.2 KiB8060

test_main.pyD18-Mar-202544.2 KiB761607

README.txt

1Notes on Studio test
2
3The test script is written using Python. In order to run this test suite,
4you must first install Python for Windows version 3.0 or higher.
5
61) Install Python version 3.0 or later. There are several versions so
7   make sure you install the right one. Make sure you install the 64-bit
8   version if you have a 64-bit OS. You can find it here:
9
10    http://www.python.org/getit/
11
122) Run the test script.
13
14    From a command line prompt:
15
16    >> python output_files_cmp.py
17
18You should see Studio be compiled first, the produced studio executable file under "Release" directory
19will be used to generate output files of all gxp projects under trunk except projects that specified
20in ignore_list file. The generated files then be verified with the old ones. Test results will comes into
21"result.txt" file.
22