Brian Daniels
3148d1009e
Adding the ability for tests to report they aren't supported on a target
2016-02-25 16:48:02 -06:00
ohagendorf
40eb4e2ebc
[utils.py] windows problem
...
The last change, additional tests if comand is existing, doesn't work
under Windows because commands are tested only without extensions but
under Windows this is not successful.
2015-05-16 12:18:30 +02:00
pithikos
6c3cb2c4e1
Small refactoring
...
Use os.path.abspath for creating absolute path
from given command. This assures that it works
the same on all OSes.
2015-05-07 15:36:48 +01:00
pithikos
62a10cee03
cmd validation added for both relpaths and abspaths
...
cmd validation is run before executing a command. The validation
assures that the command resolves to a file that is executable. This
2015-05-07 15:06:57 +01:00
pithikos
f9e30bbb39
Fixed falsely giving error for egg modules
...
False error was being given for egg modules that
have not been unzipped but were able to import.
Now __import__ is used for those cases as a last
check.
2015-05-06 16:53:17 +01:00
pithikos
ecc0e32440
Checking if path exists before running command
...
There was no path checking before running a command
resulting in a waste of time trying to find the
issue. This was amplified by the fact that no mention
of where the error occurs was made, and neither
which path that the error was raised for.
2015-05-06 15:20:21 +01:00
Przemek Wirkus
7935e0f5ea
Removed exit(-1) when checking for missing modules. Instead now it will be prompted to used when singletest starts
2014-10-16 14:34:37 +01:00
Przemek Wirkus
ccac8f8339
Midified way singletest script is checking for installed modules required by test suite
2014-10-15 11:33:22 +01:00
Przemek Wirkus
95519c1334
Minor modifications to test api scripts
2014-09-25 17:42:04 +01:00
Przemek Wirkus
12b8dff9f9
First RESTful API functionality draft
2014-07-30 17:52:56 +01:00
Przemek Wirkus
d58d532ebc
cppcheck Linux / Windows support
2014-06-11 15:52:12 +01:00
Przemek Wirkus
43ef069310
cppcheck cmd call bugfixes
2014-06-11 15:26:00 +01:00
Przemek Wirkus
d05f4fc6cf
Added tmp file file list passing to cppcheck to avoid 'command line too long' errors
2014-06-11 14:47:54 +01:00
0xc0170
00ddb5570b
spaces removal - workspace tools (not tmpl)
2014-05-29 15:42:03 +02:00
Bogdan Marinescu
fc5774131c
More changes to the synchronization script
...
1. added the possibility to redirect stderr to stdout in utils.run_cmd
2. synch.py now calls the above run_cmd in redirect mode instead of the
old 'cmd' that doesn't intercept standard streams. This makes it easier
for an external tool to intercept the output of 'hg'.
2013-09-11 17:02:51 +03:00
Emilio Monti
b248827341
Add script to export mbed SDK tests to different IDEs
2013-08-16 16:40:53 +01:00
Emilio Monti
3c6e2ab67a
Add license to workspace_tools files
2013-08-06 14:38:00 +01:00
Emilio Monti
31ee5e5f29
Refactoring of the mbed SDK:
...
- Provide a well defined HAL and API
- Keep separated the HAL implementations for the different targets
2013-06-10 15:44:08 +01:00
Emilio Monti
178e96d65f
Fix integration with online tools
2013-04-19 14:59:13 +01:00
Emilio Monti
d884cb99bd
Fix indentation
2013-04-11 17:33:06 +01:00
Emilio Monti
0da3c49fef
Add chroot build option. Add CodeWarrior toolchain
2013-04-11 17:14:45 +01:00
Emilio Monti
5c20760685
Initial commit of the mbed libraries and tools
2013-02-18 15:32:11 +00:00