I like to do things as simple as possible and so I decided for this variant of tester. This is a version of my PCB design in minimal form (
VSCT =
Very Simple Componet Tester 
).
Features of Tester are preserved and identical to the standard version, but without auxiliary power circuit - it is necessary to use manual switching power on and off. I recommend compile software with blocked the auto power off (#CFLAGS += -DPOWER_OFF) - disable auto power off.
Crystal and 2.5V reference voltage source (which may to some extent contribute to improvements in measurement precision) has been omitted.
LCD contrast trimmer 10k was replaced by 2k7 resistor connected between the GND and the LCD contrast adjustment pin.
I chose commonly available LDO stabilizer 78L05.
Fuse setting:
ATmega168, ATmega168p:
lfuse:0xe2 hfuse:0xdc efuse:0x01 (0xf9)
ATmega328, ATmega328p:
lfuse:0xe2 hfuse:0xd9 efuse:0x04 (0xfc)