Rusty Russell
|
27b8937c5e
ccanlint: --compiler and --cflags options.
|
15 years ago |
Rusty Russell
|
104125b2dd
ccanlint: read config.h to get compilation flags at runtime.
|
15 years ago |
Rusty Russell
|
db43894721
ccanlint: fix _info option handling
|
15 years ago |
Rusty Russell
|
7bb7cd58c2
ccanlint: score_file_error() takes printf-format
|
15 years ago |
Rusty Russell
|
016a19d260
ccanlint: list dependencies by key
|
15 years ago |
Rusty Russell
|
070a8e6aa3
ccanlint: report valgrind "definite" leaks.
|
15 years ago |
Rusty Russell
|
451d97ad85
ccanlint: build depends if necessary
|
15 years ago |
Rusty Russell
|
a791eb1e4c
ccanlint: add ccanlint section to _info
|
15 years ago |
Rusty Russell
|
ca951c94fb
ccanlint: print error information even if we pass.
|
15 years ago |
Rusty Russell
|
13c2e75f28
ccanlint: clarify different -v levels.
|
15 years ago |
Rusty Russell
|
7a163ea2dc
ccanlint: rework so checks have more structure.
|
15 years ago |
Rusty Russell
|
078a975a68
ccanlint: add --target
|
15 years ago |
Rusty Russell
|
5378c864f9
ccanlint: try running example code.
|
15 years ago |
Rusty Russell
|
8d70667887
ccanlint: use opt package.
|
15 years ago |
Rusty Russell
|
f3305bc068
ccanlint: load file contents on demand, fix names for extracted examples.
|
15 years ago |
Rusty Russell
|
f9492529ff
tools/ccanlint: extract examples in separate test.
|
15 years ago |
Rusty Russell
|
24908e18c8
ccanlint: use up to three -v to mean more verbosity.
|
15 years ago |
Rusty Russell
|
a200e1ad1c
ccanlint: use gcov to rate test coverage (score out of 5)
|
15 years ago |
Rusty Russell
|
fb4c4c3ddc
ccanlint: Add -k option to keep results.
|
16 years ago |
Rusty Russell
|
1d893107b3
ccanlint: make sure fullname is always full path name.
|
16 years ago |
Rusty Russell
|
3046520230
ccanlint: timeout, and implement -t option for quicker tests.
|
16 years ago |
Rusty Russell
|
f952b88b36
From: Joseph Adams <joeyadams3.14159@gmail.com>
|
16 years ago |
Rusty Russell
|
747a69435d
ccanlint: fix directory issues properly.
|
16 years ago |
Rusty Russell
|
32a31d9e4f
Make manifest code do chdir into appropriate directory.
|
16 years ago |
Rusty Russell
|
3612661714
ccanlint: only compile _info once; speeds tdb test from 18 to 16 seconds.
|
16 years ago |
Rusty Russell
|
156dfda864
ccanlint: don't use total_score to separate kinds of tests; we have subdirs
|
16 years ago |
Rusty Russell
|
4e0dfdadf2
ccanlint: compile and run tests.
|
16 years ago |
Rusty Russell
|
61088f5c75
Build tests for ccan.
|
16 years ago |
Rusty Russell
|
b0f7eb2976
Dependency checking (make sure .o files exist, prereq to building)
|
16 years ago |
Rusty Russell
|
501b31cddf
Implementation of auto-depends, based on Idris's start.
|
17 years ago |