You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
213 B
C++

#include <amscimglib4/amscimglib4.h>
#include <amscimglib4/amscimglib4_intl.h>
int main(int argc, char* argv[])
{
int ret = 0;
amscimglib4_test_init();
amscimglib4_test_loadsave();
return ret;
}