1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
This directory contains a set of script examples as well as scripts to
run prefab examples.
It is assumed that pl (pl.exe on win32) is in your command PATH or else
copied into this directory.
To run the script examples, type: run_script_test
--------------------------
(windows users can try: run_script_test.bat from an MSDOS window)
To erase all results, type: make clean
To view script test result images, point your browser to this
directory.
To run the prefab examples in x11 mode, type: run_prefabs_test
--------------------------
There should be no error messages, other than row and field counts.
For other output modes, add an argument, eg: run_prefabs_test png
To test config file, do:
-------------------
PLOTICUS_CONFIG=plconfig.spanish; export PLOTICUS_CONFIG
To test the libploticus API
---------------------------
in the ../src directory, build libploticus and api_test program..
make clean
make -f Makefile_api
make api_test -f Makefile_api
then in this directory, do: ../src/api_test
Results will end up in the directory ./api_test_output
See also api_examp.c
|