aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Added installed_files.txt files to all places that needed them.Jussi Pakkanen6-0/+14
2013-09-13Check that files that should be installed are.Jussi Pakkanen1-0/+2
2013-09-12Now can generate mo files from po files and install them.Jussi Pakkanen3-3/+3
2013-09-12Text clarification.Jussi Pakkanen1-2/+2
2013-09-12Added a few translations.Jussi Pakkanen3-1/+44
2013-09-12Can generate pot files on command.Jussi Pakkanen1-0/+22
2013-09-12Parse gettext command and generate rule.Jussi Pakkanen1-2/+1
2013-09-12Some work on gettext.Jussi Pakkanen4-2/+11
2013-09-11Basic test case for gettext.Jussi Pakkanen3-0/+20
2013-08-30More introspection.Jussi Pakkanen1-1/+10
2013-08-30The whole test suite runs cross-built with mingw and armhf.Jussi Pakkanen1-1/+1
2013-08-30Can build both cross and native binaries at the same time.Jussi Pakkanen1-1/+3
2013-08-24Can run test suite through mingw cross compiler.Jussi Pakkanen2-3/+3
2013-08-11Search for Boost libs in all lib dirs.Jussi Pakkanen1-1/+1
2013-08-11Check that missing subdirs cause an error.Jussi Pakkanen3-0/+7
2013-08-10Check that non-existing source files cause errors.Jussi Pakkanen1-0/+3
2013-08-10Created new suite of tests that should fail when executed.Jussi Pakkanen2-0/+5
2013-08-02Windows alignment fix.Jussi Pakkanen1-2/+8
2013-07-31Can print log info on run tests.Jussi Pakkanen1-3/+3
2013-07-31Simpler name.Jussi Pakkanen1-2/+2
2013-07-31Can print status info to log in compiles().Jussi Pakkanen1-2/+2
2013-07-31Tuned alignment check.Jussi Pakkanen1-2/+7
2013-07-31Can check alignment of data types.Jussi Pakkanen1-0/+13
2013-07-30Can check for members in structures.Jussi Pakkanen1-0/+11
2013-07-30Forgot this one.Jussi Pakkanen1-0/+11
2013-07-27Better.Jussi Pakkanen1-0/+7
2013-07-27String formatting functionality.Jussi Pakkanen1-0/+15
2013-07-27Cleaner, simpler elif.Jussi Pakkanen1-0/+28
2013-07-27Can do logical negation.Jussi Pakkanen1-0/+13
2013-07-27Can do logical or.Jussi Pakkanen1-2/+20
2013-07-27Can do logical and.Jussi Pakkanen1-0/+46
2013-07-27Run build tests properly.Jussi Pakkanen1-2/+2
2013-07-27Interpreter side of tryrun is mostly done.Jussi Pakkanen1-0/+59
2013-07-01Windows command execution works.Jussi Pakkanen2-3/+13
2013-06-30Can run local script files as well as commands.Jussi Pakkanen2-0/+20
2013-06-30Can invoke methods on general statements and not just variable names.Jussi Pakkanen1-2/+1
2013-06-30Can run external programs and capture their output. Also some string function...Jussi Pakkanen1-0/+19
2013-06-17Improvements to GTest and GMock.Jussi Pakkanen2-2/+2
2013-06-15Mixed mode pch works again.Jussi Pakkanen4-2/+5
2013-06-15Precompiled headers work for C++.Jussi Pakkanen2-1/+6
2013-06-15At last! MSVC precompiles headers and can use them.Jussi Pakkanen1-3/+2
2013-06-15Added the pch c file because it was missing.Jussi Pakkanen1-0/+5
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen2-1/+6
2013-06-14Shared library linking works with MSVC.Jussi Pakkanen2-2/+19
2013-06-05Finished renaming.Jussi Pakkanen5-0/+0
2013-06-03Added has_header method.Jussi Pakkanen1-0/+11
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen18-23/+23
2013-06-02Reworked configure file generation.Jussi Pakkanen3-0/+27
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen7-11/+11
2013-06-02Renamed add_test to test.Jussi Pakkanen36-41/+41